projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ddb552
)
(recover-session): Add `t' to switches.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 22 Mar 1997 03:42:32 +0000
(
03:42
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 22 Mar 1997 03:42:32 +0000
(
03:42
+0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index d554005b8fa1620ee213a5d9220eaee005a2c518..eabb70377cbddff77e8e9d70bfa7de46c7431475 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-2417,7
+2417,8
@@
Then you'll be asked about a number of files to recover."
(if (null auto-save-list-file-prefix)
(error "You set `auto-save-list-file-prefix' to disable making session files"))
(let ((ls-lisp-support-shell-wildcards t))
- (dired (concat auto-save-list-file-prefix "*")))
+ (dired (concat auto-save-list-file-prefix "*")
+ (concat dired-listing-switches "t")))
(goto-char (point-min))
(or (looking-at "Move to the session you want to recover,")
(let ((inhibit-read-only t))